Release 10.1A: OpenEdge Development:
ADM Reference


remoteCommit

Procedure executed on a server side SmartDataObject. This is the equivalent of serverCommit, but can be run in a non- initialized object as it has INPUT and OUTPUT parameters for context.

Location: data.p

Parameters:

INPUT-OUTPUT pcContext

INPUT context is current context from the client and OUTPUT context is the new context.

INPUT-OUTPUT TABLE RowObjUpd

The Update version of the RowObject temp-table.

OUTPUT cMessages

A CHR(3) delimited string of accumulated messages from the server.

OUTPUT cUndoIds

List of RowObject ROWIDs whose changes must be undone because of errors. The list uses the following form to display theRowObject ROWIDs whose changes need to be undone: RowNumCHR(3)ADM-ERROR-STRING,RowNumCHR(3)ADM-ERROR

Notes: If another user modifies the database records after the original records are read, the new database values are copied into the RowObjUpd record and returned to Commit so the user interface object can display them.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095